My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
-
Re: Setting a billable utilization % for employees
Thanks for providing the context, @User_Y64EF, You won't be able to use the native "Target Utilization" field to calculate the "Target Billable Utilization", and you can'…1 -
Re: Exclude weekends in project management capacity saved search
Try adding at the end of the formula: (ROUND(TRUNC(({jobmain.projectedenddate}-TRUNC({jobmain.startdate}))/7)*5 + MOD({jobmain.projectedenddate}-{jobmain.startdate},7) - CASE WHEN TO_NUMBER(TO_CHAR({…1 -
Re: Payment method
Thanks for confirming, @Mathias_Netsuite, You can exclude specific Vendor Bills from the Electronic Payments by unchecking the "EFT Bill Payment" checkbox on the related Vendor Record.1 -
Re: Exclude weekends in project management capacity saved search
Hi @User_NG5TG, Please try: Formula (Numeric) = ROUND(TRUNC(({jobmain.projectedenddate}-TRUNC({jobmain.startdate}))/7)*5 + MOD({jobmain.projectedenddate}-{jobmain.startdate},7) - CASE WHEN TO_NUMBER(…1 -
Re: Payment method
Hi @Mathias_Netsuite, It is not purely an informative field, as by editing each Payment Method, you can set some pre-defined parameters: The Payment Method is only available for Customer Payments. Wh…1